IritPrsrGetDataFiles
Section: C Library Functions (3)
Updated: IRIT Version 6.0
Index
Return to Main Contents
NAME
IritPrsrGetDataFiles()
SYNOPSIS
prsr_lib/iritprs1.c:322
IPObjectStruct *IritPrsrGetDataFiles(char **DataFileNames,
int NumOfDataFiles,
int Messages,
int MoreMessages)
DESCRIPTION
Reads data from a set of files specified by file names.
Messages and MoreMessages controls the level of printout to stderr.
Freeform geometry read in is handed out to a call back function named
IritPrsrProcessFreeForm before it is returned from this routine. This
is done so applications that do not want to deal with freeform shapes will
be able to provide a call back that processes the freeform shapes into
other geometry such as polygons.
PARAMETERS:
DataFileNames: Array of strings (file names) to process.
NumOfDataFiles: Number of elements in DataFileNames.
Messages: Do we want error messages?
MoreMessages: Do we want informative messages?
FUNCTION RETURN VALUE
IPObjectStruct *: Objects read from all files.
ORIGIN
(C) Copyright 1989/90-95 Gershon Elber, Technion, IIT
Index
- NAME
-
- SYNOPSIS
-
- DESCRIPTION
-
- PARAMETERS:
-
- FUNCTION RETURN VALUE
-
- ORIGIN
-
This document was created by
man2html,
using the manual pages.
Time: 07:27:13 GMT, October 17, 2022